From: Ben Hutchings Date: Mon, 16 Sep 2024 17:14:19 +0000 (+0200) Subject: Revert "tools build: Clean CFLAGS and LDFLAGS for fixdep" X-Git-Tag: archive/raspbian/6.12.27-1+rpi1^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~56 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d9345e9de75553707cfb8e00831631de3db9d59c;p=linux.git Revert "tools build: Clean CFLAGS and LDFLAGS for fixdep" This reverts commit 5725dd8fa888b4dcdff58241f9d3d3ac42a048e2. That was a workaround for the bug fixed by commit 6b3db6f9b970 "tools build: Make fixdep a hostprog" and is no longer needed. Signed-off-by: Ben Hutchings Gbp-Pq: Topic bugfix/all Gbp-Pq: Name revert-tools-build-clean-cflags-and-ldflags-for-fixdep.patch --- diff --git a/tools/build/Makefile.include b/tools/build/Makefile.include index 8dadaa0fbb4..52c802a389c 100644 --- a/tools/build/Makefile.include +++ b/tools/build/Makefile.include @@ -2,7 +2,7 @@ build := -f $(srctree)/tools/build/Makefile.build dir=. obj fixdep: - $(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep + $(Q)$(MAKE) -C $(srctree)/tools/build $(OUTPUT)fixdep fixdep-clean: $(Q)$(MAKE) -C $(srctree)/tools/build clean